From: Jérémy Lal Date: Sun, 7 Dec 2025 23:23:49 +0000 (+0100) Subject: Link to -latomic by default X-Git-Tag: archive/raspbian/22.22.0+dfsg+_cs22.19.6-1+rpi1^2^2~17 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/success//%22mailto:hdevalence%40gmail.com/%22/%22http:/www.example.com/cgi/success/%22mailto:hdevalence%40gmail.com/%22?a=commitdiff_plain;h=71e2eafdf3ed1ebad97deacb98094d4cf0b353c1;p=nodejs.git Link to -latomic by default Last-Update: 2019-10-25 Forwarded: not-needed Bug: https://github.com/nodejs/node/pull/28532 Bug: https://github.com/nodejs/node/issues/30093 This avoids surprises on mips*el/ppc*el Gbp-Pq: Topic build Gbp-Pq: Name flag_atomic.patch --- diff --git a/node.gypi b/node.gypi index 36ed39f30..7aedd7d3e 100644 --- a/node.gypi +++ b/node.gypi @@ -374,6 +374,9 @@ 'libraries!': [ '-lrt' ], + 'libraries': [ + '-latomic' + ] }], [ 'OS in "freebsd linux openharmony"', { 'ldflags': [ '-Wl,-z,relro',